home *** CD-ROM | disk | FTP | other *** search
/ Mac Power 1996 September / MACPOWER-1996-09.ISO.7z / MACPOWER-1996-09.ISO / 第2特集:プラグイン大集合 / PIC2 Save / p2PlugInUtilities.h < prev    next >
Text File  |  1995-01-16  |  223b  |  10 lines

  1. // p2PlugInUtilities.h
  2.  
  3. // additional interface for p2PlugInUtilities.c
  4. // used in pic2maclib.c
  5.  
  6. #pragma once
  7.  
  8. // Prototypes
  9. short    GetBlockTag(long theBlock, long (**ld_init)(P2* p2), long (**sv_init)(P2* p2, pix** line));
  10.